home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 4691 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  4.5 KB

  1. Path: wichita.fn.net!tron
  2. From: Nate Dannenberg <tron@wichita.fn.net>
  3. Newsgroups: comp.sys.cbm
  4. Subject: Helpful Lynx Browser info!
  5. Date: Thu, 28 Mar 1996 00:06:31 -0600
  6. Organization: Feist Connections
  7. Message-ID: <Pine.BSI.3.91.960327232743.11289B-100000@wichita.fn.net>
  8. NNTP-Posting-Host: wichita.fn.net
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11. Content-Transfer-Encoding: QUOTED-PRINTABLE
  12.  
  13.  
  14. I figured there are a number of people trying to get the Lynx web browser
  15. to do a couple of handy things for us Commodore users:
  16.  
  17.  
  18. 1) Download a file to the Commodore without using your home directory
  19.  
  20. 2) Recognize a Commodore file extension (such as .SFX) as binary, not text.
  21.  
  22.  
  23. Well, I fiddled around with it for a few hours and finally got both of the
  24. above to work!  The references to "your provider" or "your home directory"
  25. refer to the 5 or so Megabytes of storage space you are given on your
  26. Internet provider's computer.  Your own computer I will refer to as "your
  27. Commodore" or "your system."=20
  28.  
  29. On my BSD 4.3 based internet provider, I put these commands into a file
  30. called "lynx.cfg"..  They allow me to download directly to my Commodore,
  31. or just save to my home diectory for later retrieval.=20
  32.  
  33. ---- Text Import Begin ----
  34.  
  35. DOWNLOADER:Download With Z-Modem:sz %s.foo %s:TRUE
  36. DOWNLOADER:Download With Y-Modem:sb %s.foo %s:TRUE
  37. SUFFIX:.sfx:self-dissolve/commodore-64
  38. SUFFIX:.sda:self-dissolve/commodore-64
  39. SUFFIX:.wav:wave-file/windows
  40. SUFFIX:.mod:audio/protracker
  41. SUFFIX:.raw:audio/commodore-64
  42. SUFFIX:.mus:music/commodore-64
  43. SUFFIX:.str:stereo-music/commodore-64
  44. SUFFIX:.slr:self-dissolve-music/commodore-64
  45. SUFFIX:.sal:self-dissolve-music/commodore-64
  46. SUFFIX:.msw:self-dissolve-music/commodore-64
  47. SUFFIX:.lha:archive/amiga
  48. SUFFIX:.arc:archive/commodore-64
  49. SUFFIX:.lnx:archive/commodore-64
  50. SUFFIX:.ark:archive/commodore-64
  51. SUFFIX:.bco:bcode-ace/commodore-128
  52. SUFFIX:.uue:uuencode-file
  53. SUFFIX:.uu:uuencode-file
  54. SUFFIX:.prg:commodore-64-program
  55. SUFFIX:.c64:commodore-64-program
  56. SUFFIX:.d64:archive/c64-emulator
  57.  
  58. ---- Text Import End ----
  59.  
  60. The SUFFIX commands define a number of file extensions used on the=20
  61. Commodore, and a few that are noramlly PC related that are also used=20
  62. on Commodore (such as *.WAV and *.MOD).
  63.  
  64. On my provider's copy of Lynx, any suffixes that are given a description
  65. that Lynx doesn't recognize, will be treated as Binary files.  Since none
  66. of the above descriptions mean anything to Lynx, all of the above suffixes
  67. are forced to binary mode.  The descriptions will be shown as the "content
  68. type" tag you sometimes see at the bottom of the screen during a download.=
  69. =20
  70.  
  71. This should help those who have had trouble getting Lynx to use Binary=20
  72. mode on some Commodore files.
  73.  
  74. The DOWNLOADER=A0commands add Zmodem and Ymodem download options to your
  75. Lynx "DOWNLOAD OPTIONS" screen (the screen you get after you press "D"=20
  76. and wait for a few seconds).  You will be asked to enter a filename.  You
  77. should just hit return at this prompt, to keep the filename you are given,
  78. otherwise the file will not be downloaded.  If the filename you are given=
  79. =20
  80. is not satisfactor, you will have to use the "Save To Disk" option=20
  81. instead, to rename the file.  Then you must download it later outside of=20
  82. Lynx.
  83.  
  84. ----
  85.  
  86. To install the commands above, write them into a file called "lynx.cfg"=20
  87. and put this in your home directory.  If these commands do not take=20
  88. effect the next time you use Lynx, you have two routes to take:
  89.  
  90. A) Email your system administrator and ask him/her to move your "lynx.cfg"=
  91. =20
  92.    file into the appropriate place on the provider's computer.  Be sure=20
  93.    to keep a backup of this file in your home directory.
  94.  
  95. B) Create a macro key that uses a command line option in Lynx, to force=20
  96.    it to read your file where it sits.  That macro would read:
  97.  
  98.                       lynx -cfg=3Dlynx.cfg [return]
  99.  
  100. I=A0chose both options.. I emailed the system admin, and also created the=
  101. =20
  102. F-Key as above, also with my home page address tacked on the end before=20
  103. the final [return] mark.
  104.  
  105. That home page contains 7 search engine links, and a number of Commodore
  106. (and a few not-so-Commodore) related items.  The address is:=20
  107.  
  108. http://www.fn.net/~tron
  109.  
  110.  
  111. Have fun... =20
  112.  
  113.  
  114.  
  115. ************************************************************************
  116. **   DISCLAIMER:  I=A0can't guarentee the above proceedures will work   **
  117. ** on your provider, or that they will work as intended, so I take no **
  118. **    responsibility for anything that these proceeures may cause!    **
  119. ************************************************************************
  120.